home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.1 / Amiga Developer CD v1.1 - May 1996 (1996)(Schatztruhe)[!].iso / Contributions / IAM / Networking / Envoy-2.0 / obs / Complex_Setup next >
Text File  |  1994-12-22  |  5KB  |  110 lines

  1. /*------------------------------------------------------------------------*/
  2. /*                                                                        *
  3.  *  $Id: Complex_Setup 1.1 1994/11/29 13:36:31 heinz Exp $
  4.  *                                                                        */
  5. /*------------------------------------------------------------------------*/
  6.  
  7.  
  8. Several people have requested more detailed information about how to
  9. run Envoy in a complex networking environment.  While supported, this
  10. environment is not the intended target of Envoy.  When the concepts of
  11. 'routers', 'subnets', or 'netmask' enter into the picture, the
  12. situation becomes terribly complicated.
  13.  
  14. Producing a tutorial on routing, subnetting, or any of the more
  15. complex networking topics is far too formidable a task to enter into
  16. here.  Entire books have been written that only scratch the surface of
  17. explaining these subjects.  One we might suggest that covers IP, the
  18. Network protocol in use in Envoy is 'Internetworking with TCP/IP', by
  19. Douglas Comer.  Volume I.  ISBN 0-13-468505-9.
  20.  
  21. COMPLEX SETUP
  22. =============
  23.  
  24. When installing Envoy, you're asked if you're in a simple or a complex
  25. networking situation.  If this is confusing, the following points
  26. might be helpful:
  27.  
  28.     - If you have an existing network that you (or someone) runs
  29.       TCP/IP, Novell, or some other protocol on, you're in a complex
  30.       situation.
  31.  
  32.     - If you want the ability to talk to another Envoy machine that
  33.       isn't on the same physical network as yours, you're in a complex
  34.       situation.
  35.  
  36.     - Universities, Businesses, and large organizations are all
  37.       usually in some sort of complex situation.
  38.  
  39.     - If you've a handful of Amigas that you want to connect together,
  40.       you are in a simple situation.
  41.  
  42.  
  43. SIMPLE SITUATION
  44. ----------------
  45.  
  46. In a simple network, you should have to provide the following
  47. information:
  48.  
  49.     (a) A name for each machine.
  50.     (b) A unique number for each machine.
  51.     (c) You're asked which networking device you intend to use.
  52.  
  53. The concept of Realms is -not- necessary for a simple networking
  54. situation.
  55.  
  56.  
  57. COMPLEX, 'internet' SITUATION
  58. -----------------------------
  59.  
  60. If ANY of your Amigas are on different physical networks, you are
  61. required to set up and maintain an Envoy Realm Server.  Please
  62. reference the document 'Realms'.
  63.  
  64. At installation time, if you decide that your networking situation is
  65. complex, (an 'internet' situation) the installer will ask you several
  66. questions:
  67.  
  68.     (a) You are asked to provide a name for your Amiga.
  69.         This is fairly self-explanatory.
  70.  
  71.     (b) You are asked to provide an IP address for your Amiga.
  72.         If you are in an already-existing network, these are very
  73.         likely allocated by a central authority.  An IP address is a
  74.         32-bit number that uniquely identifies your machine.  If
  75.         you're in a complex network situation, ask your network
  76.         administrator for an IP address.
  77.  
  78.     (c) You are asked if your network is using the default subnet
  79.         mask. A subnet mask is used to identify which portions of an
  80.         IP address describe which mean "network number" rather than
  81.         "machine number". Ask your network administrator for this
  82.         information.
  83.  
  84.     (d) You are asked if you would like to select a network address
  85.         for a default router. When several physical networks exist,
  86.         the problem of figuring out what path should be taken to get
  87.         from a machine on one physical network to a machine on a
  88.         different physical network.  A router is either a computer or
  89.         special piece of hardware acting as both a roadmap and traffic
  90.         cop; directing packets to their destinations. Ask your network
  91.         administrator for this information.
  92.  
  93.     (e) You are asked for the name of the Realm that your Amiga is in.
  94.         A Realm is a logical grouping of machines into categories.
  95.         For instance, 'Marketing', 'Design', 'Production', are all
  96.         examples of what different realms might be.  For those
  97.         confused, this is -not- DNS.  Read the document 'Realms' for
  98.         more information.
  99.  
  100.     (f) You are asked for the name of your Realm Server.  A Realm
  101.         server is an Amiga that agrees to act as a 'telephone book' --
  102.         helping to convert the names of specific machines into IP
  103.         addresses. Read the document 'Realms' for more information.
  104.  
  105.     (g) You're asked which networking device you'd like to use.
  106.         Provided are Commodore's A2065 ethernet board, Commodore's
  107.         A2060 ARCNET board, and an option to click 'Other'.
  108.  
  109.  
  110.